libxl: correct type of cpupool variable.
authorIan Campbell <ian.campbell@citrix.com>
Fri, 29 Jun 2012 07:57:11 +0000 (08:57 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 29 Jun 2012 07:57:11 +0000 (08:57 +0100)
commit904efa0b84e297748e68d31195f1e2428789ae51
tree042e1b18e80fa9d937c990dc30e22a272809540c
parent3b77aadeae6d33e7cce88a615ef0a25e72c837ac
libxl: correct type of cpupool variable.

libxl__domain_cpupool returns int and can return ERROR_* so we need to
use a signed type.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
tools/libxl/libxl_dom.c